An example project called Examples.xwp is included in the
Wattle Software\XMLwriter 2\Projects\Examples directory
where you installed XMLwriter. All of the exmple files contain comments to help guide
you through the syntax in each file.
XMLwriter also includes a tutorial
to help you get started in XMLwriter, and an
XML Guide to help you learn XML.
Examples.xwp: Library Example
The Library Example folder contains the following files:
- XML Files
- LibraryCss.xml
- LibraryDtd.xml
- LibrarySchema.xml
- LibraryXslt.xml
- The XML file LibrarySchema.xml
has an XSD Schema, Library.xsd, assigned to it,
and can be
validated
against this Schema.
- The XML file LibraryDtd.xml
has a DTD, Library.dtd, assigned to it,
and can be
validated
against this DTD.
- The XML file LibraryXslt.xml
has an XSLT stylesheet, Library.xslt, assigned to it,
and can be transformed
to an output file using this stylesheet.
- The XML file LibraryCss.xml
has a CSS stylesheet, Library.css, assigned to it,
and can be previewed
in the internal browser using this stylesheet.
- The XSD Schema Library.xsd can be
loaded into
TagBar. Use it to create a new XML document or to edit the XML file
LibrarySchema.xml.
- The DTD Library.dtd can be
loaded into
TagBar. Use it to create a new XML document or to edit the XML file
LibraryDtd.xml.
- Try transforming a DTD to an XSD Schema or vice versa using the
Convert DTD to Schema
and
Convert Schema to DTD
menu commands.
Examples.xwp: Passport Example
The Passport Example folder contains the following files:
- DTD/Schema Files
- Passport.dtd
- Passport.xsd
- XML Files
- PassportExternalDtd.xml
- PassportInternalDtd.xml
- PassportSchema.xml
- The XML file PassportSchema.xml
has an XSD Schema, Passport.xsd, assigned to it,
and can be
validated
against this Schema.
- The file PassportExternalDtd.xml
has a DTD, Passport.dtd, assigned to it,
and can be
validated
against this DTD.
- The file PassportInternalDtd.xml
contains an internal DTD subset, and can be
validated
against the internal DTD.
- The XSD Schema Passport.xsd can be
loaded into
TagBar. Use it to create a new XML document or to edit the XML file
PassportSchema.xml.
- The DTD Passport.dtd can be
loaded into
TagBar. Use it to create a new XML document or to edit the XML file
PassportExternalDtd.xml.
- Try transforming a DTD to an XSD Schema or vice versa using the
Convert DTD to Schema
and
Convert Schema to DTD
menu commands.
Related Topics...